home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Intel_Only / Csnd.v1.6 / Csnd.app / English.lproj / PreferencesNew.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  1.1 KB  |  80 lines

  1. Preferences = {
  2.     ACTIONS = {
  3.     revert:;
  4.     setCsoundBinary:;
  5.     setDefaultDirs:;
  6.     cancel:;
  7.     ok:;
  8.     setDefaultApp:;
  9.     open:;
  10.     };
  11.     OUTLETS = {
  12.     lispEditApp;
  13.     defaultSSDIR;
  14.     numChannels;
  15.     samplingRate;
  16.     preferenceControl;
  17.     defaultSADIR;
  18.     controlRate;
  19.     defaultSFDIR;
  20.     swapview;
  21.     csoundBinary;
  22.     textEditApp;
  23.     window;
  24.     defaultLisp;
  25.     sndEditApp;
  26.     midiEditApp;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. MiscSwapContentsController = {
  31.     ACTIONS = {
  32.     revert:;
  33.     ok:;
  34.     };
  35.     OUTLETS = {
  36.     trigger;
  37.     view;
  38.     swapView;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42. FirstResponder = {
  43.     ACTIONS = {
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47. MiscSwapViewByMatrix = {
  48.     ACTIONS = {
  49.     swapContentView:;
  50.     };
  51.     OUTLETS = {
  52.     };
  53.     SUPERCLASS = MiscSwapView;
  54. };
  55. MiscSwapView = {
  56.     ACTIONS = {
  57.     removeController:;
  58.     addController:;
  59.     swapContentView:;
  60.     };
  61.     OUTLETS = {
  62.     delegate;
  63.     trigger;
  64.     controllers;
  65.     contentView;
  66.     currentController;
  67.     contentViewsHomeView;
  68.     };
  69.     SUPERCLASS = View;
  70. };
  71. MiscSwapViewByPopUp = {
  72.     ACTIONS = {
  73.     swapContentView:;
  74.     };
  75.     OUTLETS = {
  76.     popUpCover;
  77.     };
  78.     SUPERCLASS = MiscSwapView;
  79. };
  80.